/*登录框、注册框*/
/*index start*/
.body_main
{
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.box_title
{
    width: 410px;
    height: 80px;
    padding: 0;
    position: relative;
}

    .box_title .text_content
    {
        text-align: center;
        padding: 20px 0 10px 0;
    }

        .box_title .text_content h1
        {
            font-weight: normal;
        }

.box_main
{
    border: 5px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background: #ffffff;
    width: 410px;
    margin: 6% auto 50%;
}

.box_bottom
{
    width: 477px;
    height: 7px;
    padding: 0;
}
/*Tooltips*/
.tooltips_main
{
    position: absolute;
    left: 0;
    margin: -5px 0 0 2px;
    z-index: 999;
    bottom: -55px;
}

.tooltips_box,
.tooltips,
.msg
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: 2px;
}

.tooltips_box
{
    line-height: 1.5;
}

.tooltips
{
    margin: 0 -2px;
}

.msg
{
    color: #f26e6b;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 12px;
}

.ov
{
    position: absolute;
    left: 30%;
    overflow: hidden;
    width: 15px;
    height: 15px;
    margin: 16px 0 0 0;
    display: inline;
}

.field-all
{
    width: 340px;
    margin: 0 auto;
}

    .field-all input
    {
        width: 320px;
        padding: 7px 9px;
        border-radius: 3px;
        outline-color: #4ac7e7;
        border: 1px solid #d9d9d9;
        font-size: 15px;
    }
/*regist*/
.field-group
{
    height: 60px;
    position: relative;
}

.register .form_submit .fieldset .field-group .title
{
    float: left;
    width: 120px;
    text-align: right;
    margin: 4px 0 0 0;
    font-size: 14px;
}

.register .form_submit .fieldset .field-group .tips
{
    float: left;
    width: 250px;
    color: #8E8E8E;
}
/*end regist*/
.newLoginB
{
    display: block;
    text-align: right;
    padding: 10px 12px 0 0;
    color: #1ca3b6;
}

.newclosereg
{
    display: block;
    cursor: pointer;
    position: absolute;
    right: -46px;
    background: rgba(0, 0, 0, 0.3);
    padding: 4px 13px 4px 18px;
    color: #fff;
    font-size: 22px;
    top: -36px;
    border-radius: 0 3px 3px 0;
}

.newclosereg:hover
{
    text-decoration: none;
}
/*手机注册*/
.phoneReg
{
    margin: 36px 12px 25px;
    color: #323232;
    font-size: 22px;
    text-align: center;
}

.xieyi input
{
    width: 16px;
    height: 16px;
}

#submit,
#loginB
{
    width: 100%;
    background: #4ac7e7;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

#code_input input
{
    width: 45%;
    float: left;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
	float:left;
}

#code_input button
{
    padding: 7px 9px;
    float: right;
    border-radius: 3px;
    border: none;
    background: #c1c1c2;
    color: #fff;
    width: 45%;
    font-size: 16px;
}

.div_submit
{
    margin: 15px 0;
}

.msdl
{
    text-align: right;
    color: #989898;
    padding-bottom: 15px;
}

.msdl a
{
    color: #1ca3b6;
}

.handphone .msg
{
    top: 66px;
}

.register,#login
{
    position: relative;
}
/*登录*/
.mianDL
{
    overflow: hidden;
}

.mianDL p
{
    float: left;
}

.mianDL a
{
    display: inline-block;
    float: right;
}

.mianDL a:hover
{
    color: #4ebed1;
}

.mianDL input
{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.login_three{padding-bottom: 20px;}
.login_three p i{ cursor: pointer; font-size: 30px; vertical-align: middle;}
.login_three p .icon_qq{color: #59a1d2; margin-right: 15px;}
.login_three p .icon_weibo{color: #dc6c6f;}
.login_three p .login_reg{line-height: 30px; float: right;}
.login_three p .login_reg em{color: #64ccf6; cursor: pointer;}

.register_three{padding-bottom: 20px;}
.register_three p .icon_qq{margin-right: 15px;}
.register_three p i{cursor: pointer; font-size: 30px; vertical-align: middle;color: #dbdbdb;}
.register_three p .register_login{line-height: 30px; float: right;}
.register_three p .register_login em{color: #64ccf6; cursor: pointer;}

.register_btn{
	width: 340px !important;
	padding: 7px 9px;
	color: #fff;
	background: #17B3F1;
	margin: 15px 0;
}
.hzzh
{
    overflow: hidden;
    margin-bottom: 15px;
}

.hzzh p
{
    float: right;
}

.hzzh a
{
    color: #1ca3b6;
}

.zjdl
{
    float: left;
}

.zjdl span
{
    color: #656666;
    position: relative;
    top: -15px;
}

.qq
{
    background: url(../images2015/qq.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.weibo
{
    background: url(../images2015/weibo.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 7px;
}

.qq:hover
{
    background: url(../images2015/qqH.png) no-repeat;
}

.weibo:hover
{
    background: url(../images2015/weiboH.png) no-repeat;
}


.note
{
    color:#F26E6B;
}
.button_button
{
    background-color:#33B0C4;
    color:#faf5f5;
}

/** add hover **/
.register_three .icon_qq:hover{
	color:#59a1d2;	
}
.register_three .icon_weibo:hover{
	color:#dc6c6f;
}